please allow omitting source for the dump plugin
Metadata
Current evaluation
No evaluation has been recorded for this issue yet.
Issue body
i often use snapcraft with --desctructive-mode inside a clean lxd container when developing snaps.
when using the dump plugin to simply pull in some deb files as stage packages i have to use "source: ." to not have snapcraft error out ...
now changing something trivial like an environment setting in the apps: section or a layout, snapcraft detects that ./ has changed (which is true since there were prime and stage dirs added during the last build) so it decides that the pull and build steps have to be repeated.
having to add several changes to the apps: section (which is pretty common during development from scratch) sums up to a massive time sink for a trivial task and gets very annoying over time so it would be good if the dump plugin similar to the nil plugin could be used without having to specify "source: ."
Evaluation history
No evaluation history available.